-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Add back superpmi pipeline files #43323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
I have triggered a run with these changes: https://dev.azure.com/dnceng/internal/_build/results?buildId=849372&view=results |
BruceForstall
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
src/coreclr/scripts seems like the wrong location for superpmi.proj. Wouldn't it be better in eng/pipelines/coreclr? It would be "next to" the users in that case.
True, but I didn't see any |
|
The pipelines folder usually just contains |
I am not sure how this worked in the past with missing imports.
This reverts commit 5c67421.
In #42053 , the superpmi pipeline files were added in wrong folder and got deleted after auto-update from
dotnet/arcade. Add back those files in right folder.